home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 July / EnigmA AMIGA RUN 20 (1997)(G.R. Edizioni)(IT)[!][issue 1997-07 & 08][EAR-CD IV].iso / earkit / kaffe / kaffe-0_9_0-gg-diff.gz / kaffe-0.9.0-gg-diff
Text File  |  1997-06-05  |  7KB  |  208 lines

  1. diff -bcrN gcalign_kaffe-0.9.0/config/m68k/amigaos/REPORT.amiga kaffe-0.9.0/config/m68k/amigaos/REPORT.amiga
  2. *** gcalign_kaffe-0.9.0/config/m68k/amigaos/REPORT.amiga    Wed Apr 16 08:11:10 1997
  3. --- kaffe-0.9.0/config/m68k/amigaos/REPORT.amiga    Thu Jun 05 01:39:37 1997
  4. ***************
  5. *** 45,59 ****
  6.   
  7.   
  8.   
  9. ! :ADEVERSION:
  10. ! - When you compiled kaffe yourself, which ADE snapshot did you use?
  11.   -                                                                [ 961012 ]
  12.   
  13.   
  14.   
  15.   :SOURCEFROM:
  16.   - Where did you get the source files from (specify the path, when
  17. ! - possible)?          [ ftp.ninemoons.com/ade/current/kaffe-0.5p4-src.tgz ]
  18.   
  19.   
  20.   
  21. --- 45,59 ----
  22.   
  23.   
  24.   
  25. ! :GGVERSION:
  26. ! - When you compiled kaffe yourself, which GG snapshot did you use?
  27.   -                                                                [ 961012 ]
  28.   
  29.   
  30.   
  31.   :SOURCEFROM:
  32.   - Where did you get the source files from (specify the path, when
  33. ! - possible)?           [ ftp.ninemoons.com/gg/current/kaffe-0.5p4-src.tgz ]
  34.   
  35.   
  36.   
  37. ***************
  38. *** 77,83 ****
  39.   
  40.   :SUNCLASSES:
  41.   - Where did you get Sun's classes.zip file from (specify the path, when
  42. ! - possible)?          [ ftp.ninemoons.com/ade/current/kaffe-0.5p4-sun.tgz ]
  43.   
  44.   
  45.   - 'list classes.zip'    (in the according directory)
  46. --- 77,83 ----
  47.   
  48.   :SUNCLASSES:
  49.   - Where did you get Sun's classes.zip file from (specify the path, when
  50. ! - possible)?           [ ftp.ninemoons.com/gg/current/kaffe-0.5p4-sun.tgz ]
  51.   
  52.   
  53.   - 'list classes.zip'    (in the according directory)
  54. ***************
  55. *** 93,104 ****
  56.   
  57.   
  58.   :CLASSPATH:
  59. ! - 'echo "$CLASSPATH"'                     [ .;ADE:share/kaffe/classes.zip ]
  60.   
  61.   
  62.   
  63.   :KAFFEHOME:
  64. ! - 'echo "$KAFFEHOME"'                                   [ ADE:share/kaffe ]
  65.   
  66.   
  67.   
  68. --- 93,104 ----
  69.   
  70.   
  71.   :CLASSPATH:
  72. ! - 'echo "$CLASSPATH"'                      [ .;GG:share/kaffe/classes.zip ]
  73.   
  74.   
  75.   
  76.   :KAFFEHOME:
  77. ! - 'echo "$KAFFEHOME"'                                    [ GG:share/kaffe ]
  78.   
  79.   
  80.   
  81. ***************
  82. *** 175,181 ****
  83.   
  84.   
  85.   :ENV:
  86. ! - 'env'        (if available from ADE:bin)          [ rather long listing ]
  87.   
  88.   
  89.   
  90. --- 175,181 ----
  91.   
  92.   
  93.   :ENV:
  94. ! - 'env'        (if available from GG:bin)           [ rather long listing ]
  95.   
  96.   
  97.   
  98. diff -bcrN gcalign_kaffe-0.9.0/NOTES/FAQ.amigaos kaffe-0.9.0/NOTES/FAQ.amigaos
  99. *** gcalign_kaffe-0.9.0/NOTES/FAQ.amigaos    Sat May 24 16:35:09 1997
  100. --- kaffe-0.9.0/NOTES/FAQ.amigaos    Thu Jun 05 01:37:38 1997
  101. ***************
  102. *** 8,16 ****
  103.                  ============================
  104.   
  105.   The Amiga port has been done in a relatively straightforward way using  the
  106. ! GeekGadgets  developer  environment, formerly known as ADE (Amiga Developer
  107. ! Environment). Thus to work properly it  needs  at  least  version  45.0  of
  108. ! ixemul.library, available from any GG mirror.
  109.   
  110.   The needed Sun java classes are not included due to legal reasons. They are
  111.   available  as  a  seperate archive, e.g. kaffe-0.9.0-sun.tgz. If you get an
  112. --- 8,17 ----
  113.                  ============================
  114.   
  115.   The Amiga port has been done in a relatively straightforward way using  the
  116. ! Geek  Gadgets  (abbreviated  GG  in  this  document) developer environment,
  117. ! formerly known as ADE (Amiga Developer Environment). Thus to work  properly
  118. ! it  needs  at  least  version 45.0 of ixemul.library, available from any GG
  119. ! mirror.
  120.   
  121.   The needed Sun java classes are not included due to legal reasons. They are
  122.   available  as  a  seperate archive, e.g. kaffe-0.9.0-sun.tgz. If you get an
  123. ***************
  124. *** 19,25 ****
  125.   below). Note that begining with kaffe-0.9.0 you  will  need  the  JDK-1.1.1
  126.   version of classes.zip.
  127.   
  128. ! To set up kaffe, do 'make install'  in  an  ADE  environment,  set  up  the
  129.   environment  variables as stated in the file ENVIRONMENT and make sure that
  130.   kaffe can be found in your path as well as in  the  sh  'PATH'  environment
  131.   variable.
  132. --- 20,26 ----
  133.   below). Note that begining with kaffe-0.9.0 you  will  need  the  JDK-1.1.1
  134.   version of classes.zip.
  135.   
  136. ! To set up kaffe, do 'make  install'  in  an  GG  environment,  set  up  the
  137.   environment  variables as stated in the file ENVIRONMENT and make sure that
  138.   kaffe can be found in your path as well as in  the  sh  'PATH'  environment
  139.   variable.
  140. ***************
  141. *** 59,65 ****
  142.     The classpath has to include at least '.' (the current directory) and
  143.     Sun's classes.zip file (the file itself, not the directory where it is
  144.     located). A valid classpath may be set with e.g.
  145. !     setenv CLASSPATH ".;ADE:share/kaffe/classes/classes.zip"
  146.     Don't forget the doublequotes (';' is the comment specifier in AmigaDos).
  147.     And do not forget the trailing dot when specifying the current directory
  148.     or volumes (e.g. 'kaffe:.'). Of course the CLASSPATH specification is
  149. --- 60,66 ----
  150.     The classpath has to include at least '.' (the current directory) and
  151.     Sun's classes.zip file (the file itself, not the directory where it is
  152.     located). A valid classpath may be set with e.g.
  153. !     setenv CLASSPATH ".;GG:share/kaffe/classes/classes.zip"
  154.     Don't forget the doublequotes (';' is the comment specifier in AmigaDos).
  155.     And do not forget the trailing dot when specifying the current directory
  156.     or volumes (e.g. 'kaffe:.'). Of course the CLASSPATH specification is
  157. ***************
  158. *** 74,80 ****
  159.   - 'EMT Trap.'
  160.     When kaffe simply aborts with 'EMT Trap', then you have probably an
  161.     executable compiled for Amigas with coprozessors (versions before 0.7.1
  162. !   from ADE were compiled with -m68881 by accident).
  163.     It is possible, that you have the wrong ixemul.library installed, too.
  164.     If you do not get this problem regulary, it may well be that you just
  165.     encountered a problem inherrited to several IDE drives which cannot
  166. --- 75,81 ----
  167.   - 'EMT Trap.'
  168.     When kaffe simply aborts with 'EMT Trap', then you have probably an
  169.     executable compiled for Amigas with coprozessors (versions before 0.7.1
  170. !   from GG were compiled with -m68881 by accident).
  171.     It is possible, that you have the wrong ixemul.library installed, too.
  172.     If you do not get this problem regulary, it may well be that you just
  173.     encountered a problem inherrited to several IDE drives which cannot
  174. ***************
  175. *** 107,113 ****
  176.   
  177.   - When kaffe simply aborts with 'EMT Trap', then you have probably an
  178.     executable compiled for Amigas with coprocessors (binary archives from
  179. !   ADE were compiled with -m68881 by accident and the configure script
  180.     added the options -m68020-40 and -m68881).
  181.   
  182.   * distributions before V0.7.0
  183. --- 108,114 ----
  184.   
  185.   - When kaffe simply aborts with 'EMT Trap', then you have probably an
  186.     executable compiled for Amigas with coprocessors (binary archives from
  187. !   GG were compiled with -m68881 by accident and the configure script
  188.     added the options -m68020-40 and -m68881).
  189.   
  190.   * distributions before V0.7.0
  191. ***************
  192. *** 139,145 ****
  193.   - Kaffe was compiled with -m68020-40 and -m68881 by accident.
  194.   
  195.   - Several version did not compile when fetched from Tim's original kaffe
  196. !   site. The ADE versions had several bug fixes.
  197.   
  198.   
  199.   NONWORKING CLASSES
  200. --- 140,146 ----
  201.   - Kaffe was compiled with -m68020-40 and -m68881 by accident.
  202.   
  203.   - Several version did not compile when fetched from Tim's original kaffe
  204. !   site. The GG versions had several bug fixes.
  205.   
  206.   
  207.   NONWORKING CLASSES
  208.